type go/types.exprInfo

4 uses

	go/types (current package)
		check.go#L28: type exprInfo struct {
		check.go#L133: 	untyped  map[ast.Expr]exprInfo // map of expressions without final type
		check.go#L182: 		m = make(map[ast.Expr]exprInfo)
		check.go#L185: 	m[e] = exprInfo{lhs, mode, typ, val}